home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Help Systems / SimpleHelp / SimpleHelp.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2000-10-06  |  816 b   |  29 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>SimpleHelp</string>
  9.     <key>CFBundleHelpBookFolder</key>
  10.     <string>Simple Help Book/</string>
  11.     <key>CFBundleIdentifier</key>
  12.     <string>SimpleHelp</string>
  13.     <key>CFBundleInfoDictionaryVersion</key>
  14.     <string>6.0</string>
  15.     <key>CFBundlePackageType</key>
  16.     <string>APPL</string>
  17.     <key>CFBundleSignature</key>
  18.     <string>????</string>
  19.     <key>CFBundleVersion</key>
  20.     <string>1.0</string>
  21.     <key>NSHelpFile</key>
  22.     <string>SimpleHelpBook.htm</string>
  23.     <key>NSMainNibFile</key>
  24.     <string>MainMenu</string>
  25.     <key>NSPrincipalClass</key>
  26.     <string>NSApplication</string>
  27. </dict>
  28. </plist>
  29.